net/http.http2roundRobinWriteScheduler.head (field)

12 uses

	net/http (current package)
		h2_bundle.go#L12128: 	head *http2writeQueue
		h2_bundle.go#L12152: 	if ws.head == nil {
		h2_bundle.go#L12153: 		ws.head = q
		h2_bundle.go#L12159: 		q.prev = ws.head.prev
		h2_bundle.go#L12160: 		q.next = ws.head
		h2_bundle.go#L12173: 		ws.head = nil
		h2_bundle.go#L12177: 		if ws.head == q {
		h2_bundle.go#L12178: 			ws.head = q.next
		h2_bundle.go#L12211: 	if ws.head == nil {
		h2_bundle.go#L12214: 	q := ws.head
		h2_bundle.go#L12217: 			ws.head = q.next
		h2_bundle.go#L12221: 		if q == ws.head {